home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / cpanzers.dxr / 00018_GoTo177.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  96 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(302)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   go(177)
  11. end
  12.